Crate azalea_buf

source ·
Expand description

Utilities for reading and writing for the Minecraft protocol

Structs

A Vec<u8> that isn’t prefixed by a VarInt with the size.

Enums

Traits

Read a single varint from the reader and return the value, along with the number of bytes read

Derive Macros